home *** CD-ROM | disk | FTP | other *** search
- property ancestor
-
- on new me, buttonName, castName, theChannel, theStageLoc, descendant
- if not objectp(descendant) then
- descendant = me
- end if
- ancestor = new(script("generic button"), buttonName, castName, theChannel, theStageLoc, descendant)
- return me
- end
-
- on performFunction me
- global gForgetList
- append(gForgetList, the activeWindow)
- end
-